home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Shareware / Multimedia / vidtool / videotoolbox.exe / {app} / VideoToolBox.exe / 0 / RCDATA / TREGDLG / TREGDLG.txt
Text File  |  2004-02-04  |  1KB  |  79 lines

  1. object RegDlg: TRegDlg
  2.   Left = 336
  3.   Top = 345
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Register'
  7.   ClientHeight = 131
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object enterlicencedata_grp: TGroupBox
  20.     Left = 2
  21.     Top = 1
  22.     Width = 245
  23.     Height = 89
  24.     Caption = 'Enter Licence Data'
  25.     TabOrder = 0
  26.     object name_lbl: TLabel
  27.       Left = 9
  28.       Top = 18
  29.       Width = 34
  30.       Height = 13
  31.       Caption = 'Name :'
  32.     end
  33.     object serial_lbl: TLabel
  34.       Left = 9
  35.       Top = 50
  36.       Width = 42
  37.       Height = 13
  38.       Caption = 'Serial # :'
  39.     end
  40.     object name_txt: TEdit
  41.       Left = 72
  42.       Top = 16
  43.       Width = 169
  44.       Height = 21
  45.       TabOrder = 0
  46.     end
  47.     object pass_txt: TEdit
  48.       Left = 72
  49.       Top = 50
  50.       Width = 169
  51.       Height = 21
  52.       TabOrder = 1
  53.     end
  54.   end
  55.   object ok_btn: TButton
  56.     Left = 24
  57.     Top = 98
  58.     Width = 89
  59.     Height = 26
  60.     Caption = 'Ok'
  61.     Default = True
  62.     TabOrder = 1
  63.     OnClick = ok_btnClick
  64.   end
  65.   object cancel_btn: TButton
  66.     Left = 136
  67.     Top = 98
  68.     Width = 88
  69.     Height = 26
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 2
  74.   end
  75.   object TS_reg: TTextStorage
  76.     Top = 104
  77.   end
  78. end
  79.